ContextAction

An action linked to contextual input, be it a keybind press, mouse click, or other event. This is the heart of the Context handling system in Fzzy Config, providing the actual "doing" of actions.

See the Wiki for a detailed overview of the ContextAction system in fzzy config.

Author

fzzyhmstrs

Since

0.6.0

Types

Link copied to clipboard
class Builder(name: Text, action: Function<Position, Boolean>)

A builder of ContextAction. This is used in ContextHandler and ContextProvider to incrementally build actions, with modifications applied on different layers of context handling/provision as needed.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard